Fix a regression in GtkAssistant child property handling
authorMatthias Clasen <mclasen@redhat.com>
Wed, 28 Aug 2013 15:51:19 +0000 (11:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 28 Aug 2013 15:51:19 +0000 (11:51 -0400)
commit13f92834f7b6d985a0737d8886c034f1002125c7
treec62cd2ccb9f129337818134ae2ef4cd880a02c5e
parent3c2c3ab6f9335f8e7592041ca6ce7490ede62eeb
Fix a regression in GtkAssistant child property handling

GtkAssistant is bending the rules about child properties
of non-direct children, and the recent fix to accomodate
GtkInfoBar changes broke things. The effect was that child
properties of assistant pages in ui files were just not
applied, so all pages ended up without titles and with
the normal page type, leading to broken assistants all
over the place.

https://bugzilla.gnome.org/show_bug.cgi?id=706756
gtk/gtkcontainer.c